From 926f3367ae4156e08774b57f14ef8d0abcadf743 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Feb 2003 01:22:51 +0000 Subject: [PATCH] last_rx_csum is unsigned. --- gpsbabel/magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 4d06e9eaf..5bc44b054 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -72,7 +72,7 @@ static FILE *magfile_out; static int magfd; static mag_rxstate magrxstate; static int mag_error; -static int last_rx_csum; +static unsigned int last_rx_csum; static int found_done; static int got_version; static int is_file = 0; -- 2.30.2